core: Delete unused prototype
authorColin Walters <walters@verbum.org>
Wed, 4 Sep 2013 12:22:13 +0000 (08:22 -0400)
committerColin Walters <walters@verbum.org>
Wed, 4 Sep 2013 12:22:13 +0000 (08:22 -0400)
doc/ostree-sections.txt
src/libostree/ostree-core.h

index d8149f1c29c2cdb9364cb5e9cbc09441094af707..4707a6697926a87e787fc4318f7e72ab100f5287 100644 (file)
@@ -31,7 +31,6 @@ ostree_object_from_string
 ostree_get_relative_object_path
 ostree_get_xattrs_for_file
 ostree_set_xattrs
-ostree_map_metadata_file
 ostree_content_stream_parse
 ostree_content_file_parse
 ostree_raw_file_to_content_stream
index 12ba249821b0dad6b1625ec2212566595c133f6e..33721d62bf443d5e2af0babfcd85557a73d6abcd 100644 (file)
@@ -166,11 +166,6 @@ gboolean ostree_get_xattrs_for_file (GFile         *f,
 gboolean ostree_set_xattrs (GFile *f, GVariant *xattrs,
                             GCancellable *cancellable, GError **error);
 
-gboolean ostree_map_metadata_file (GFile                       *file,
-                                   OstreeObjectType             expected_type,
-                                   GVariant                   **out_variant,
-                                   GError                     **error);
-
 gboolean
 ostree_content_stream_parse (gboolean                compressed,
                              GInputStream           *input,